'Declaration
<DispIdAttribute(465)> Sub SetAuthor( _ ByVal Author As String _ )
[DispId(465)] void SetAuthor( string Author )
procedure SetAuthor( Author: String );
DispIdAttribute(465) function SetAuthor( Author : String );
[DispId(465)] void SetAuthor( string* Author )
[DispId(465)] void SetAuthor( String^ Author )
Parameters
- Author